Spread Silverlight Documentation
FloatingObjectCollection<T> Class
Members 


GrapeCity.Windows.SpreadSheet.Data Namespace : FloatingObjectCollection<T> Class
Represents a collection for a floating object.
Object Model
FloatingObjectCollection<T> Class
Syntax
'Declaration
 
<System.Reflection.DefaultMemberAttribute("Item")>
Public Class FloatingObjectCollection(Of T As FloatingObject) 
   Inherits NotifyCollection(Of T)
'Usage
 
Dim instance As FloatingObjectCollection(Of T)
[System.Reflection.DefaultMember("Item")]
public class FloatingObjectCollection<T> : NotifyCollection<T> 
where T: FloatingObject
Type Parameters
T
Inheritance Hierarchy

System.Object
   GrapeCity.Windows.SpreadSheet.Data.NotifyCollectionBase<T>
      GrapeCity.Windows.SpreadSheet.Data.NotifyCollection<T>
         GrapeCity.Windows.SpreadSheet.Data.FloatingObjectCollection<T>
            GrapeCity.Windows.SpreadSheet.Data.FloatingObjects
            GrapeCity.Windows.SpreadSheet.Data.SpreadCharts
            GrapeCity.Windows.SpreadSheet.Data.SpreadPictures
            GrapeCity.Windows.SpreadSheet.Data.SpreadSurfaceCharts

See Also

Reference

FloatingObjectCollection<T> Members
GrapeCity.Windows.SpreadSheet.Data Namespace